Remove ASM_ASSERTION check in Makefile
authorAntonio Nino Diaz <[email protected]>
Fri, 4 Jan 2019 14:05:26 +0000 (14:05 +0000)
committerAntonio Nino Diaz <[email protected]>
Fri, 4 Jan 2019 14:05:26 +0000 (14:05 +0000)
ASM_ASSERTION was deprecated long ago, this check is no longer needed.

Change-Id: I2a5770f76ea1317461c0059dad8dba9dc0e5af32
Signed-off-by: Antonio Nino Diaz <[email protected]>
Makefile

index 742a3ffc8f7acee8ae8d7f9d7032e1d428fc9963..3de7b3f6b195fe353d144ac24247c2467ef5bf48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,6 @@ include ${MAKE_HELPERS_DIRECTORY}build_env.mk
 # Default values for build configurations, and their dependencies
 ################################################################################
 
-ifdef ASM_ASSERTION
-        $(warning ASM_ASSERTION is removed, use ENABLE_ASSERTIONS instead.)
-endif
-
 include ${MAKE_HELPERS_DIRECTORY}defaults.mk
 
 # Assertions enabled for DEBUG builds by default